export variables precedence over pipeline parameters#12
Open
Dharmesh78 wants to merge 2 commits intodlcbld:mainfrom
Open
export variables precedence over pipeline parameters#12Dharmesh78 wants to merge 2 commits intodlcbld:mainfrom
Dharmesh78 wants to merge 2 commits intodlcbld:mainfrom
Conversation
Author
|
@chandrasekarsrin please review, if there are any changes required. |
chandrasekarsrin
requested changes
Oct 19, 2021
| "items": [ | ||
| { | ||
| "name": "var", | ||
| "value": "22" |
Collaborator
There was a problem hiding this comment.
both here and build spec file the value of 'var' is 22. so its little confusing. can we change this to a different value?
Author
There was a problem hiding this comment.
corrected to value 23. Please check.
chandrasekarsrin
approved these changes
Oct 19, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to demonstrate the precedence of export variable over pipeline parameter and buildRun arguments using an example.
latest commit 7309826